Method: Origami::Stream#[]
- Defined in:
- lib/origami/stream.rb
#[](key) ⇒ Object
:nodoc:
396 397 398 |
# File 'lib/origami/stream.rb', line 396 def [](key) #:nodoc: @dictionary[key] end |
:nodoc:
396 397 398 |
# File 'lib/origami/stream.rb', line 396 def [](key) #:nodoc: @dictionary[key] end |